home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2003 May / cmycha200305.iso / MutantStorm / setup_mutantstorm_demo.exe / {app} / script / wall-1_flat.lua < prev   
Text File  |  2002-09-07  |  503b  |  22 lines

  1.  
  2. -- leave me
  3.     local actor = ACTOR_preload()
  4. -- leave me
  5.  
  6.     actor[cp_actor_name]        = "wall-1_flat"
  7.     actor[cp_model_dir]            = "beasties"
  8.     actor[cp_model_name]        = "wall-1_flat"
  9.  
  10.     actor[cp_actor_type]            = cat_block
  11.     actor[cp_these_collide_with_me]    = cat_player + cat_bullet + cat_crystal + cat_webblob + cat_geopus + cat_mergeblob
  12.  
  13.     actor[cp_in_beastie_count]        = 0
  14.  
  15.     actor[cp_launch_hue_shift] = color
  16.  
  17.     actor[cp_fade_in_translucent]    = 1
  18.  
  19. -- leave me
  20.     c_preload_model( actor )
  21. -- leave me
  22.